.container{width: 1190px;margin: auto;height: auto;}
.index_cf_product{width: 100%;min-width: 1190px;max-width: 1920px;margin: auto;height: 820px;padding-top: 48px;background-color: #f1f1f1;}
#title1{display: none}
.index_cf_title_first{font-size: 31px;line-height: 40px;color: #19181e;font-weight: bold;text-align: center;font-family: 微软雅黑;}
.index_cf_title_first:after{content: "";display: table;width: 84px;height: 3px;background-color: #bd241e;margin: auto;margin-top: 28px;margin-bottom: 18px;}
.index_cf_title_second{font-size: 14px;line-height: 29px;color: #19181e;font-weight: normal;text-align: center;font-family: 微软雅黑;}



/*chajian*/
.changqubox{margin-top: 20px;display: none}
.page_hzlogo{width: 100%;min-width: 1190px;max-width: 1920px;position: relative;}
.blk_18 {
    WIDTH:100%; height:455px; ZOOM: 1; position:relative;
}
.blk_18 .pcont {
    OVERFLOW: hidden; WIDTH:1190px; margin:auto; height:455px;
}
.blk_18 .ScrCont {
    WIDTH: 32766px; ZOOM: 1
}
.blk_18 #List1_1 {
    FLOAT: left;
}
.blk_18 #List2_1 {
    FLOAT: left;
}
.blk_18 #List1_2 {
    FLOAT: left;
}
.blk_18 #List2_2 {
    FLOAT: left;
}
.blk_18 #List1_3 {
    FLOAT: left;
}
.blk_18 #List2_3 {
    FLOAT: left;
}
.blk_18 .LeftBotton {
    HEIGHT: 97px; width:57px; position:absolute; background:url(../ZERO/img/product_prev.png) no-repeat; left:-120px; top:143px; z-index:99;
}
.blk_18 .LeftBotton a{ width:57px; display:block;}
.blk_18 .RightBotton {
    WIDTH: 57px; HEIGHT:97px; position:absolute; background:url(../ZERO/img/product_next.png) no-repeat; right:-120px; top:143px; z-index:99;
}
.blk_18 .RightBotton a{ width:57px; display:block; cursor:pointer;}
.blk_18 .LeftBotton:hover {
    background:url(../ZERO/img/product_prevon.png) no-repeat;
}
.blk_18 .RightBotton:hover {
    background:url(../ZERO/img/product_nexton.png) no-repeat;
}
.gdpic {
    FLOAT: left; width:376px; text-align:center; height:auto; margin-right:31px;height: 455px;position: relative;overflow: hidden;

}
.commu_cont3 {
    MARGIN: 9px 7px 7px; LINE-HEIGHT: 150%
}
.commu_cont3 UL {
    WIDTH: 132px
}
.gdpicimg{width: 376px;height: 376px;background-color: #ffffff;overflow: hidden;}
.gdpicimg img{width: 100%;height: 100%;transition: all 0.6s;}
.gdpicname{width: 376px;padding: 22px 0;margin: auto;text-align: center;background-color: #d9d9d9;
    border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;-moz-border-radius-topleft: 8px;
    -webkit-border-bottom-left-radius: 8px;-webkit-border-bottom-right-radius: 8px;
}
.gdpicname a{color: #333333;font-size: 20px;font-family: 微软雅黑;font-weight: bold;line-height: 29px;}
.gdpic:hover .gdpicname{background-color: #bd241e}
.gdpic:hover .gdpicname a{color: #fff;}
.gdpic:hover .gdpicimg img{transform: scale(1.1);transition: all 0.6s;}
/*chajian*/
.button{width: 187px;height: 46px;line-height: 46px;background-color: #bd241e;display: block;margin: auto;font-size: 18px;font-family: 微软雅黑;font-weight: normal;text-align: center;color: #fff;margin-top: 68px;position: relative;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
/* Saqui */
.button.button--saqui {
    overflow: hidden;
    color: #fff;
    background: #bd241e;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.button--saqui::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transform-origin: -25% 50%;
    transform-origin: -25% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
}

.button--saqui:hover::after,
.button--saqui:hover {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.button--saqui:hover {
    background-color: #bd241e;
    color: #bd241e;
}

.button--saqui:hover::after {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}